crypto/x509.pkcs1PrivateKey.AdditionalPrimes (field)
7 uses
	crypto/x509 (current package)
		pkcs1.go#L27: 	AdditionalPrimes []pkcs1AdditionalRSAPrime `asn1:"optional,omitempty"`
		pkcs1.go#L78: 	key.Primes = make([]*big.Int, 2+len(priv.AdditionalPrimes))
		pkcs1.go#L81: 	for i, a := range priv.AdditionalPrimes {
		pkcs1.go#L124: 	priv.AdditionalPrimes = make([]pkcs1AdditionalRSAPrime, len(key.Precomputed.CRTValues))
		pkcs1.go#L126: 		priv.AdditionalPrimes[i].Prime = key.Primes[2+i]
		pkcs1.go#L127: 		priv.AdditionalPrimes[i].Exp = values.Exp
		pkcs1.go#L128: 		priv.AdditionalPrimes[i].Coeff = values.Coeff
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |